Total Complexity | 3 |
Total Lines | 4 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | export class ComponentsEngine{ |
||
2 | createComponent(componentName:any,content:any):void |
||
3 | renderComponent(targetRender:any,componentName:any):void |
||
4 | addListener(targetElement:any,type:any,functionCall:any):void |
||
5 | } |